home *** CD-ROM | disk | FTP | other *** search
- Path: ep.com!olpe
- From: Pete Olpe <olpe@ep.com>
- Newsgroups: comp.lang.c++
- Subject: http client code through proxy (need protocol)
- Date: Sun, 14 Apr 1996 22:26:42 -0700
- Organization: NETCOM Network Operations
- Message-ID: <Pine.AUX.3.91.960413223318.9044A-100000@ep.com>
- NNTP-Posting-Host: ep.com
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
- Can someone guide me to a source of information on how to write an http
- client program that can work behind a proxy server?
-
- My code works fine on standard internet connections, but when I try to
- run it behind a proxy server it fails (of course). I know the
- name of the proxy server, but I do not know the protocol to connect to
- the destination server via the proxy server.
-
- I am writing the program using VC++ 4.0
-
- Thanks in advance for any help!
-
- -Pete-
- olpe@ep.com
-
-